home *** CD-ROM | disk | FTP | other *** search
- function Show()
- {
- }
- function Hide()
- {
- status = 2;
- }
- onPress = function()
- {
- var _loc1_ = 0;
- };
- var status;
- var mc;
- onEnterFrame = function()
- {
- switch(status)
- {
- case 0:
- gotoAndStop(_currentframe + 1);
- break;
- case 1:
- break;
- case 2:
- gotoAndStop(_currentframe - 1);
- }
- };
- status = 0;
- gotoAndStop(2);
-